home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3362 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  952 b 

  1. Path: news.sara.nl!news
  2. From: Paul Langemeijer <lmeijer@phys.uva.nl>
  3. Newsgroups: comp.lang.c++
  4. Subject: how can I make arrays larger than 64k?
  5. Date: 23 Jan 1996 16:22:24 GMT
  6. Organization: Academic Computer Services Amsterdam (SARA)
  7. Message-ID: <4e3200$juo@mira.sara.nl>
  8. NNTP-Posting-Host: pc-ka159.phys.uva.nl
  9.  
  10. Hello,
  11.  
  12. I am working on a simulation program that generates a large number of 
  13. complex points (1Meg). I used to write this data to a file, but
  14. now I want to extend this program with a fourier transform of the data,
  15. so I would like store the data in a large array.
  16.  
  17. The function calloc doesnot provide enough memory to do this.
  18. How can I use a larger part of the 8Mb memory in my pc for storage of 
  19. this array? Do I have to change the compiler settings? How?
  20. Is there someone with a lot of experiency how can help me on this
  21. one?
  22.  
  23. I am using BorlandC++ for (DOS) pc.
  24.  
  25. Thanks a lot!!
  26.  
  27.  
  28. Frederik de Jong
  29.  
  30. Email:
  31. fbdejong@nucleus.phys.uva.nl
  32.  
  33.  
  34.